-
Notifications
You must be signed in to change notification settings - Fork 554
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added remote control commands for IQ recording #1405
Conversation
I should add this partially implements this requested feature |
By the way, there is a previous pull request implementing the same feature (but using different commands): #1142 Perhaps we should revive that pull request instead? |
I will work on that branch then -- may I ask the preferred procedure? Just branch off of that branch, merge master, test and open another PR? |
In case of conflict, fix the code, add changed files and
This should result in a clean history without "Merge master into..." useless commits. |
I rebased #1142 and pushed the changes (since I have permission as the project maintainer). My suggestion would be to try out that branch and leave your feedback on that PR. |
Closing in favour of #1142. |
I expanded the remote control / telnet commands to include AOIQ and LOIQ to emulate the AOS and LOS commands to capture the IQ data instead of audio. I connected the remote control commands to the IQ tool by making a public pointer in remote control point to the IQ tool.
I tested my changes by opening two shells and launching gqrx from the first shell and enabled TCP communications. On the second shell, I then ran telnet and sent the AOIQ and LOIQ commands to GQRX, confirming RPRT 0 responses:
I then checked that a .raw file was created where specified in the gqrx configuration, and that was indeed a collection of IQ data I was able to play back in GQRX to show functionality.